runtime.notifyList.notify (field)
7 uses
runtime (current package)
sema.go#L552: notify uint32
sema.go#L585: if less(t, l.notify) {
sema.go#L619: if l.wait.Load() == atomic.Load(&l.notify) {
sema.go#L634: atomic.Store(&l.notify, l.wait.Load())
sema.go#L656: if l.wait.Load() == atomic.Load(&l.notify) {
sema.go#L663: t := l.notify
sema.go#L670: atomic.Store(&l.notify, t+1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)